Python v3.7 HowTos:
Define a string containing special characters
Convert a byte string to a list of integers
obj1 = object() obj1_address = id(obj1) print(obj1_address)
Output:
33612192
See also
https://www.w3resource.com/python-exercises/python-basic-exercise-93.php